home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Index.dir / 00002_Script_2 < prev    next >
Text File  |  2001-03-08  |  175b  |  10 lines

  1. on mouseDown
  2.   if the mouseline > -1 then
  3.     hilite line the mouseline of field "indexterms"
  4.     searchIndex
  5.   end if
  6. end
  7.  
  8. --on mousedown
  9. --  put the mousechar
  10. --end